chore(deps): update minor and patch versions across workspaces#410
chore(deps): update minor and patch versions across workspaces#410
Conversation
Bumps dompurify, dotenv, jsdom, react, react-dom, react-tooltip, @playwright/test, @types/node, typescript, vite, vitest, and @biomejs/biome (root) to their latest compatible versions via npm update. Also updates biome.jsonc schema URL to match 2.4.12. Supersedes dependabot PRs #403, #404, #405, #406, #408. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for graypaper-reader ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (3)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughBiome development tool and configuration are updated from version 2.4.10 to 2.4.12 across Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
package.json (1)
1-67:⚠️ Potential issue | 🟡 MinorPipeline failure is unrelated to the Biome version update.
The CI failure regarding
npm publish --dry-runforshared/links-metadataversion 1.4.0 appears to be a workspace publishing issue, not related to the@biomejs/biomeversion bump in this PR. The error indicates an attempt to republish an existing package version. This may require a version bump in that workspace or adjusting the CI workflow to handle already-published versions.🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@package.json` around lines 1 - 67, CI is failing because the workspace package shared/links-metadata is being republished with the same version (1.4.0); either bump the package version in that workspace's package.json (increment version in shared/links-metadata) or modify the CI publish step to skip or handle already-published versions (e.g., detect existing npm version and exit successfully), and ensure the monorepo root "workspaces" handling remains unchanged.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Outside diff comments:
In `@package.json`:
- Around line 1-67: CI is failing because the workspace package
shared/links-metadata is being republished with the same version (1.4.0); either
bump the package version in that workspace's package.json (increment version in
shared/links-metadata) or modify the CI publish step to skip or handle
already-published versions (e.g., detect existing npm version and exit
successfully), and ensure the monorepo root "workspaces" handling remains
unchanged.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 451ac5a5-2e70-4fbb-a3a2-bbb56c6dca3d
⛔ Files ignored due to path filters (1)
package-lock.jsonis excluded by!**/package-lock.json
📒 Files selected for processing (2)
biome.jsoncpackage.json
Visual Regression Test Report ✅ PassedGithub run id: 24569986211 🔗 Artifacts: Download |
Summary
npm update: dompurify, dotenv, jsdom, react, react-dom, react-tooltip, @playwright/test, @types/node, typescript, vite, vitest.@biomejs/biomefrom 2.4.10 to 2.4.12 at the root (workspaces already on^). Updatesbiome.jsoncschema URL accordingly.Not included (major bumps requiring focused review)
@fluffylabs/shared-ui0.6.3 → 0.8.0 — used in ~37 files, pre-1.0 minor bumps often breaking.matrix-js-sdk38.4.0 → 41.3.0 — spans three major versions in the standalone matrix-bot tool.Test plan
npm run qa(biome ci)npm run test(96 passed)npm run build🤖 Generated with Claude Code
Summary by CodeRabbit